DisplayType Enumeration
Represents the display of a field.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration DisplayType
| Value | 0 |
Displays the value of a field.
|
| Formula | 1 |
Displays the formula instead of the value of a field.
|
| None | 2 |
Hides the content of a field.
|